home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Utilities / BackSpace / Source / PanelImageView.h < prev    next >
Text File  |  1993-07-14  |  160b  |  14 lines

  1.  
  2. #import <appkit/View.h>
  3.  
  4. @interface PanelImageView:View
  5. {
  6.     id image;
  7. }
  8.  
  9. - setImage: image;
  10. - image;
  11. - drawSelf: (const NXRect *) rects: (int) rectCount;
  12.  
  13. @end
  14.